home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir27 / grphca22.zip / EXAMPLES.ZIP / DECAY.PLT < prev    next >
Text File  |  1993-02-03  |  512b  |  36 lines

  1. paper size 11 by 8.5
  2. data 'decay.dat'
  3. map x 0 30 y 0 20000
  4. format x 1 y 0
  5. divi x 3,5 y 4,5
  6. draw x y
  7. ylabel 'Decay Rate, mg/sec'
  8. xlabel 'Time, min'
  9. title 'Decay Rate vs. Time Plot'
  10. frame
  11. plot x y
  12. pen color 2
  13. column 3 is y
  14. plot x y
  15. pen color 3
  16. column 4 is y
  17. plot x y
  18. pen color 4
  19. column 5 is y
  20. plot x y
  21. pen color 5
  22. column 6 is y
  23. plot x y
  24. pen color 6
  25. column 7 is y
  26. plot x y
  27. pen color 7
  28. column 8 is y
  29. plot x y
  30. pen color 8
  31. column 9 is y
  32. plot x y
  33. pen color 9
  34. column 10 is y
  35. plot x y
  36.